gary
gone-missing.chall.lol
Files: No files.
Tags: No tags.<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Geosint</title>
<link rel="stylesheet" href="/css/chall.css" type="text/css">
</head>
<div id="hud"><p id="chall-title"></p><p id="chall-result"></p><a href='/' style='padding:5px;'>Home</a></div>
<body>
<div id="pano" style="position: absolute"></div>
<div id="outer-map" style="position: relative; height: 100%; width: 30%; float: right">
<div id="map-box">
<div id="map" style="position: absolute; bottom: 40px;"></div>
<button type="button" class="btn-submit-location" onclick=submit() id="submit">Where it be?</button>
</div>
</div>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="/js/chall.js" type="text/javascript"></script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDBEH1Xy8WMoHzStugECzCe3trIirLEpN0&callback=initialize">
</script>
</body>
</html>